home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Using / card_26710.txt < prev    next >
Text File  |  1990-04-02  |  1KB  |  64 lines

  1. -- card: 26710 from stack: in
  2. -- bmap block id: 28404
  3. -- flags: 0000
  4. -- background id: 27099
  5. -- name: Scanner Parts
  6.  
  7.  
  8. -- part 59 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=351 top=171 right=183 bottom=363
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home Position
  20.  
  21.  
  22. -- part 63 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=404 top=280 right=303 bottom=428
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 2162 / 2162
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Left
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual zoom in to card
  37.   go back
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 64 (button)
  43. -- low flags: 00
  44. -- high flags: C004
  45. -- rect: left=263 top=317 right=338 bottom=366
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Using
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect zoom open
  57.   go to stack "Using"
  58.   set highlight of background button "Setup" to false
  59.   set highlight of background button "Installation" to false
  60.   set highlight of background button "Troubleshooting" to false
  61.   set highlight of background button "Using" to true
  62. end mouseUp
  63.  
  64.